home *** CD-ROM | disk | FTP | other *** search
/ Programmer Plus 2007 / Programmer-Plus-2007.iso / Programming / Report Writers / Crystal Repot 9.0 Full CD version / Setup.exe / Tools / Developers / PEDELF32.ZIP / pedelf32 / UNITPATH.DFM / UNITPATH.txt
Encoding:
Text File  |  1998-09-25  |  2.9 KB  |  102 lines

  1. object dlgTablePath: TdlgTablePath
  2.   Left = 289
  3.   Top = 173
  4.   HelpContext = 2350
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Select New Table Path...'
  8.   ClientHeight = 306
  9.   ClientWidth = 289
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   PixelsPerInch = 96
  15.   Position = poScreenCenter
  16.   OnShow = FormShow
  17.   TextHeight = 13
  18.   object DriveComboBox1: TDriveComboBox
  19.     Left = 8
  20.     Top = 41
  21.     Width = 180
  22.     Height = 19
  23.     HelpContext = 2350
  24.     DirList = DirListBox1
  25.     Font.Color = clBlack
  26.     Font.Height = -11
  27.     Font.Name = 'MS Sans Serif'
  28.     Font.Style = []
  29.     ParentFont = False
  30.     TabOrder = 0
  31.     TextCase = tcUpperCase
  32.   end
  33.   object DirListBox1: TDirectoryListBox
  34.     Left = 8
  35.     Top = 71
  36.     Width = 180
  37.     Height = 226
  38.     HelpContext = 2350
  39.     ItemHeight = 16
  40.     TabOrder = 1
  41.     OnChange = DirListBox1Change
  42.   end
  43.   object EditDestPath: TEdit
  44.     Left = 8
  45.     Top = 10
  46.     Width = 274
  47.     Height = 21
  48.     HelpContext = 2350
  49.     TabOrder = 2
  50.   end
  51.   object btnOK: TBitBtn
  52.     Left = 202
  53.     Top = 41
  54.     Width = 74
  55.     Height = 29
  56.     HelpContext = 2350
  57.     Caption = '&OK'
  58.     Default = True
  59.     ModalResult = 1
  60.     TabOrder = 3
  61.     OnClick = BtnOKClick
  62.     Glyph.Data = {
  63.       42010000424D4201000000000000760000002800000011000000110000000100
  64.       040000000000CC00000000000000000000001000000000000000000000000000
  65.       80000080000000808000800000008000800080800000C0C0C000808080000000
  66.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  67.       777770000000777777777777777770000000777777777CE77777700000007777
  68.       7777CCCE7777700000007777777CCCCE777770000000700000CCCECCE7777000
  69.       000070FFFCCCE07CCE777000000070F888CEF077CE777000000070FFFFFFF077
  70.       7CE77000000070F88888F07777CE7000000070FFFFFFF077777CE000000070F8
  71.       8777F0777777C000000070FFFF00007777777000000070F88707077777777000
  72.       000070FFFF007777777770000000700000077777777770000000777777777777
  73.       777770000000}
  74.     Margin = 8
  75.     Spacing = 9
  76.   end
  77.   object btnCancel: TBitBtn
  78.     Left = 202
  79.     Top = 78
  80.     Width = 74
  81.     Height = 29
  82.     HelpContext = 2350
  83.     Cancel = True
  84.     Caption = '&Cancel'
  85.     ModalResult = 2
  86.     TabOrder = 4
  87.     Glyph.Data = {
  88.       42010000424D4201000000000000760000002800000011000000110000000100
  89.       040000000000CC00000000000000000000001000000000000000000000000000
  90.       80000080000000808000800000008000800080800000C0C0C000808080000000
  91.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  92.       7777700000007777777777777777700000007777777711977719700000007777
  93.       7777119771119000000077777777711911197000000070000000011111977000
  94.       000070FFFFFFF01119777000000070F88888F11111977000000070FFFFFF1119
  95.       11197000000070F88881119771117000000070FFFFFF107777717000000070F8
  96.       8777F07777777000000070FFFF00007777777000000070F88707077777777000
  97.       000070FFFF007777777770000000700000077777777770000000777777777777
  98.       777770000000}
  99.     Spacing = 5
  100.   end
  101. end
  102.